home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QRZ! Ham Radio 3
/
QRZ Ham Radio Callsign Database - Volume 3.iso
/
world
/
mac
/
digital
/
tcp_sea.hqx
/
NET_Mac(WD1V)
/
autoexec.net
< prev
next >
Wrap
Text File
|
1993-07-23
|
2KB
|
99 lines
#$debug on
#
# net.start -- Macintosh-specific "autoexec.net" config. file
#
hostname wd1v
ax25 mycall wd1v
hostfile :hosts.net
attach asy 2 a ax25 ax0 2048 576 9600
#
ax25 digipeat on
ax25 maxframe 2
ax25 paclen 200
ax25 pthresh 64
ax25 retry 6
ax25 window 4096
ax25 heard on
# frack (in milliseconds)
ax25 t1 15000
# resptime (in milliseconds)
ax25 t2 15000
# check (in milliseconds)
ax25 t3 300000
#
ip addr [44.52.2.19]
ip ttl 12
tcp mss 216
tcp window 432
tcp irtt 5000
#tcp mrtt 300000
# smtp kick every 600 seconds
smtp timer 180
# define port a
# define port b (AppleTalk)
#attach appletalk 77 b arpa at0 7 600
#mode 430 datagram
# txdelay (*10 millisec)
param ax0 1 100
# 1/n perc.
param ax0 2 64
# slot time (*10 millisec)
param ax0 3 10
# TX tail (*10 millisec)
param ax0 4 10
# Full duplex
param ax0 5 0
# Default
route add [44.0.0.0]/8 ax0 44.52.2.21
# add the following stations for direct connections
#route add [44.52.0.40] ax0
#route add [44.52.0.92] ax0
#
mbox y
#
#Winter:
#
tzone EDT 4
#Daylight savings time:
start smtp
start ftp
start echo
start discard
start telnet
start finger
#
beacon set ax0
beacon callsign QST-0
beacon message "Macintosh TCP/IP in Manchester, NH"
beacon interval 500
beacon enable
#
# enable the Proxy ARP facility
is_es enable
#
# enable IP Heard command
ip heard on
#
# sound enough bells to wake me up
alerts 3
#
# activate rip
prompt wd1v>
#
# activate rip trace
# define log folder
log :spool:log 0 0 24 80
#
# trace smtp session
smtp trace 2 0 244 3 80
#
# define default console window
trace ax0 111
console 0 0 13 80
#end